home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / JFF-WW1.DMS / in.adf / Install Wordworth < prev    next >
Encoding:
Text File  |  1992-09-02  |  16.2 KB  |  824 lines

  1. ; $VER: Digita Wordworth Amiga 1200/4000 Special Edition V1 4/108/93
  2. ; Copyright (C) Digita International
  3.  
  4. (complete 0)
  5.  
  6.  
  7. ; The amount of space needed on the hard disk to install
  8. (set HDSizeNeeded 3)
  9.  
  10.  
  11. ; Start string definitions
  12. (set #ProgName
  13. (cat "Wordworth"
  14. ))
  15.  
  16. (set #LongProgName
  17. (cat #ProgName " Amiga 1200/4000 Special Edition"
  18. ))
  19.  
  20. (set #Welcome-Pirate
  21. (cat "\nWillkommen zur " #LongProgName " Installation\n\n"
  22.     "Copyright (C) 1993 Digita International\n\n\n\n"
  23.     "Diese Version von Wordworth ist kostenloser Bestandteil des "
  24.     "Desktop Dynamite Pack.\n\n"
  25.     "Nicht für separaten Verkauf."
  26. ))
  27.  
  28. (set #InsertDiskMsg
  29. (cat "\nBenötige die Diskette mit dem Namen\n\n"
  30. ))
  31.  
  32. (set #InsertAmigaDiskMsg
  33. (cat "\nBenötige die Amiga Workbench Diskette mit dem Namen\n\n"
  34. ))
  35.  
  36. (set #diskhelp
  37. (cat "\n    Wenn sich die richtige Diskette im Laufwerk befindet, Sie dennoch nicht weiterkommen, "
  38.     "ist der Name der Diskette falsch.\n"
  39.     "    Stellen Sie sicher, daß der Diskettenname nicht mit 'copy_of_', oder Leerzeichen beginnt oder aufhört.\n\n\n"
  40. ))
  41.  
  42. (set #WwDiskName
  43. (cat "Wordworth"
  44. ))
  45.  
  46. (set #AgfaFontsDiskName
  47. (cat "Agfa-Fonts"
  48. ))
  49.  
  50. (set #WwSpellDiskName
  51. (cat "WwSpell"
  52. ))
  53.  
  54. (set #WwThesDiskName
  55. (cat "WwThes"
  56. ))
  57.  
  58. (set #WwSystemDiskName
  59. (cat "WwSystem"
  60. ))
  61.  
  62. (set #WwSystemMiscFiles
  63. (cat #WwSystemDiskName ":MiscFiles"
  64. ))
  65.  
  66. (set #WwUtilities
  67. (cat #WwDiskName ":Utilities"
  68. ))
  69.  
  70. (set #WwMiscFiles
  71. (cat #WwDiskName ":MiscFiles"
  72. ))
  73.  
  74. (set #InstallIconName
  75. (cat #WwDiskName ":Install Wordworth"
  76. ))
  77.  
  78. (set #BadKick
  79. (cat #LongProgName " benötigt Workbench 3 oder höher."
  80. ))
  81.  
  82. (set #DestChoicePrompt
  83. (cat "\n\n\nWo soll das Programm " #ProgName "installiert werden ?"
  84. ))
  85.  
  86. (set #FloppyChoiceMsg
  87. (cat "Auf Disketten"
  88. ))
  89.  
  90. (set #HardDiskChoiceMsg
  91. (cat "Auf Festplatte"
  92. ))
  93.  
  94. (set #DestChoiceHelp
  95. (cat "\n    Wählen Sie die Schaltfläche \"Auf Festplatte\" um das "
  96.     "Programm " #ProgName " auf Ihrer Festplatte zu installieren.\n\n"
  97.     "    Wählen Sie die Schaltfläche \"Auf Diskette\" um das "
  98.     "Programm " #ProgName " auf Sicherungsdisketten zu installieren.\n\n\n"
  99. ))
  100.  
  101. (set #FloppyBackupsMsg
  102. (cat "\n\nWichtig:  Benutzen Sie für die " #ProgName "Installation " 
  103.     " nicht Ihre Originaldisketten. Fertigen Sie Sicherungskopien von " #ProgName
  104.     " an bevor Sie die Installation fortsetzen."
  105. ))
  106.  
  107. (set #FloppyFontDest
  108. (cat #WwDiskName ":Fonts"
  109. ))
  110.  
  111. (set #FloppyDriverDest
  112. (cat #WwDiskName ":Devs/Printers"
  113. ))
  114.  
  115. (set #FloppyDriverSource
  116. (cat #WwDiskName ":Devs/Printers"
  117. ))
  118.  
  119. (set #FloppyWorkingMsg
  120. (cat "Bitte warten... Ihre Disketten werden installiert."
  121. ))
  122.  
  123. (set #FloppySpellLoc
  124. (cat #WwSpellDiskName ":Spell"
  125. ))
  126.  
  127. (set #FloppyThesLoc
  128. (cat #WwThesDiskName ":Spell"
  129. ))
  130.  
  131. (set #FloppyPrefsDest
  132. (cat #WwDiskName ":WordworthPrefs"
  133. ))
  134.  
  135.  
  136. (set #HardDiskDefaultDest
  137. (cat "Work:"
  138. ))
  139.  
  140. (set #FontSource
  141. (cat #WwDiskName ":Fonts"
  142. ))
  143.  
  144. (set #LibSource
  145. (cat #WwDiskName ":Libs"
  146. ))
  147.  
  148. (set #DocSource
  149. (cat #WwDiskName ":Docs"
  150. ))
  151.  
  152. (set #ClipArtSource
  153. (cat #WwDiskName ":DigitaClipArt"
  154. ))
  155.  
  156. (set #AgfaFontSource
  157. (cat #AgfaFontsDiskName ":Intellifont"
  158. ))
  159.  
  160. (set #SpellSource
  161. (cat #WwSpellDiskName ":Spell"
  162. ))
  163.  
  164. (set #ThesSource
  165. (cat #WwThesDiskName ":Spell"
  166. ))
  167.  
  168. (set #AmigaDriverDiskName
  169. (cat "Storage3.0"
  170. ))
  171.  
  172. (set #AmigaDriverSource
  173. (cat #AmigaDriverDiskName ":printers"
  174. ))
  175.  
  176. (set #AllWwFiles
  177. (cat "Wordworth#?"                 ; Wordworthmenus, messages etc.
  178. ))
  179.  
  180. (set #HelpFileName
  181. (cat "Help"
  182. ))
  183.  
  184. (set #HardDiskFontDest
  185. (cat "SYS:Fonts"
  186. ))
  187.  
  188. (set #HardDiskDriverDest
  189. (cat "SYS:Devs/Printers"
  190. ))
  191.  
  192. (set #HardDiskLibDest
  193. (cat "SYS:Libs"
  194. ))
  195.  
  196. (set #HardDiskDestChoiceMsg
  197. (cat "Wo soll das Programm\n" #ProgName " installiert werden ?"
  198. ))
  199.  
  200. (set #HardDiskDestChoiceHelp
  201. (cat "    Wählen Sie das Verzeichnis in das " #ProgName "installiert "
  202.     "werden soll, und klichen dann Proceed (ein neues Verzeichnis mit dem "
  203.     "Namen \"" #ProgName "\" wird angelegt und enthält " #ProgName ".)"
  204. ))
  205.  
  206. (set #HardDiskDestChoiceConfirmMsg1
  207. (cat "\nSind Sie sicher, daß " #ProgName " in \n\n\""
  208. ))
  209.  
  210. (set #HardDiskDestChoiceConfirmMsg2
  211. (cat "\"\n\n\n\n(Ein neues Verzeichnis mit dem Namen \"" #ProgName "\" wird angelegt und enthält " #ProgName ".)"
  212. ))
  213.  
  214. (set #HardDiskDestChoiceConfirmHelp
  215. (cat "    Klicken Sie YES um das Zielverzeichnis zu bestätigen.\n\n"
  216.     "    Klicken Sie NO um das Zielverzeichnis zu ändern."
  217. ))
  218.  
  219. (set #DrawerExistsMsg
  220. (cat "\nDas Verzeichnis \"Wordworth\" existiert bereits auf Ihrem "
  221.     "Ziellaufwerk.\n\nMöchten Sie das bestehende ersetzen oder ein "
  222.     "neues Ziel wählen?"
  223. ))
  224.  
  225. (set #DrawerExistsChoice1
  226. (cat "Ersetzen"
  227. ))
  228.  
  229. (set #DrawerExistsChoice2
  230. (cat "Neues Ziel wählen"
  231. ))
  232.  
  233. (set #DrawerExistsHelp
  234. (cat "\n    Sie haben ein Zielverzeichnis gewählt in dem sich bereits "
  235.     "eine Version von \"Wordworth\" befindet.\n\n    Klicken Sie \"" 
  236.     #DrawerExistsChoice1 "\" um diese durch die vorliegende neue Version "
  237.     "von " #ProgName " zu ersetzen.\n    Klicken Sie \"" #DrawerExistsChoice2 "\" "
  238.     "um ein neues Zielverzeichnis zu wählen."
  239. ))
  240.  
  241. (set #NoDiskSpaceMsg
  242. (cat "Auf Ihrer Festplatte befindet sich nicht genügend freie "
  243.     "Speicherkapazität um " #ProgName " zu installieren. Sie benötigen "
  244.     "mindestens " HDSizeNeeded "MB freien Speicher.\n\nBrechen Sie "
  245.     "diese Installation ab und löschen Sie einige Dateien auf Ihrer "
  246.     "Festplatte oder wählen Sie eine andere Partition."
  247. ))
  248.  
  249. (set #HardDiskWorkingMsg
  250. (cat "Bitte warten... Programmwird installiert."
  251. ))
  252.  
  253. (set #HardDiskDocsDrawerName
  254. (cat "Docs"
  255. ))
  256.  
  257. (set #HardDiskClipArtDrawerName
  258. (cat "DigitaClipArt"
  259. ))
  260.  
  261. (set #HardDiskIntelliDrawerName
  262. (cat "Intellifont"
  263. ))
  264.  
  265. (set #HardDiskSpellDrawerName
  266. (cat "Spell"
  267. ))
  268.  
  269. (set #FloppyFinishedMsg
  270. (cat "\nWenn die Installation beendet ist, legen Sie die \""
  271.     #WwDiskName "\" Diskette in das interne Laufwerk und booten Sie "
  272.     "Ihren Amiga."
  273. ))
  274.  
  275. (set #ImportantFinishedMsg
  276. (cat "\nWICHTIG\n\n\nBitte vergessen Sie nicht Ihre Registrierkarte "
  277.     "auszufüllen und an uns zurückzusenden.\n\nNur registrierte Benutzer "
  278.     "erhalten technischen Support, Update-Angebote, Vergünstigungen und "
  279.     "Produktinformationen."
  280. ))
  281.  
  282.  
  283.  
  284.  
  285. ;BEGINNING OF INSTALLATION
  286.  
  287. (if (not (exists "RAM:Temp"))
  288.     (
  289.         (makedir "RAM:Temp" )
  290.     )
  291. )
  292.  
  293. (makeassign "T" "RAM:Temp")
  294.  
  295. (askdisk
  296.     (prompt #InsertDiskMsg #WwDiskName)
  297.     (help #diskhelp)
  298.     (dest #WwDiskName )
  299. )
  300.  
  301.  
  302. (if (< (/ (getversion) 65536) 39)
  303.       ( abort #badkick )
  304. )
  305.  
  306.  
  307. (copyfiles
  308.     (source #WwUtilities )
  309.     (dest "T:" )
  310.     (pattern "Display")
  311.     (nogauge)
  312.     (optional "nofail")
  313. )
  314.  
  315. (copyfiles
  316.     (source #WwMiscFiles)
  317.     (dest "T:")
  318.     (pattern "stu#?.iff")
  319.     (nogauge)
  320.     (optional "nofail")
  321. )
  322. (if (exists "T:Display")
  323.     (run "T:Display T:stu.iff T:stu2.iff opt t=7")
  324. )
  325.  
  326.  
  327. ; INSTALLATION
  328. (message #Welcome-Pirate)
  329.  
  330. (if
  331.     (askchoice
  332.         (prompt #DestChoicePrompt)
  333.         (choices #HardDiskChoiceMsg
  334.                  #FloppyChoiceMsg
  335.         )
  336.         (help #DestChoiceHelp)
  337.         (default 1)
  338.     )
  339.  
  340.     ;INSTALL ON FLOPPIES
  341.     (
  342.         (complete 10)
  343.         (message #FloppyBackupsMsg)
  344.  
  345.         (set FontDest #FloppyFontDest)
  346.         (set DriverDest #FloppyDriverDest)
  347.  
  348.         (askdisk
  349.             (prompt #InsertDiskMsg #WwDiskName)
  350.             (help #diskhelp)
  351.             (dest #WwDiskName)
  352.         )
  353.         (working
  354.             (prompt #FloppyWorkingMsg)
  355.         )
  356.         (complete 30)
  357.         (copyfiles
  358.             (source #WwMiscFiles)
  359.             (dest "T:")
  360.             (pattern "#?info")
  361.             (nogauge)
  362.         )
  363.         (complete 50)
  364.         (copyfiles
  365.             (source "T:")
  366.             (dest (cat #WwDiskName ":"))
  367.             (pattern "#?.info")
  368.             (nogauge)
  369.         )
  370.  
  371.         (foreach #DocSource "#?"            ; for each of the docs in the drawer
  372.             (
  373.                 (tooltype
  374.                     (dest (tackon #DocSource @each-name))
  375.                     (setdefaulttool (cat #WwSystemDiskName ":Ww"))    ; change default tool to right one
  376.                 )
  377.             )
  378.         )
  379.  
  380.         (complete 70)
  381.  
  382.         (tooltype
  383.             (dest #InstallIconName)            ; make Install icon float out the way
  384.             (noposition)
  385.         )
  386.  
  387.         (copyfiles
  388.             (source #WwMiscFiles)
  389.             (dest "T:")
  390.             (Pattern "writeprefs")            ; copy the prefs writing prog to ram
  391.             (nogauge)
  392.         )
  393.  
  394.         ; add AgfaFonts copy to startup-sequence.
  395.         (textfile
  396.             (dest (cat #WwDiskName ":s/User-Startup"))
  397.             (include (tackon #WwMiscFiles "FontStartup"))
  398.         )
  399.  
  400.         (delete (tackon #WwUtilities "Display"))
  401.         (delete (tackon #WwMiscFiles "stu.iff"))
  402.         (delete (tackon #WwMiscFiles "stu2.iff"))
  403.  
  404.         (complete 80)
  405.         (set DictLoc #FloppySpellLoc)
  406.         (set ThesLoc #FloppyThesLoc)
  407.         (set PrefsDest #FloppyPrefsDest)
  408.  
  409.         (set @default-dest "")
  410.     ) ;end InstallFloppy
  411.  
  412.  
  413.     ;INSTALL ON HARD DISK
  414.     (
  415.         (complete 10)
  416.         (set MyDefault #HardDiskDefaultDest)
  417.         (set FontDest #HardDiskFontDest)
  418.         (set DriverDest #HardDiskDriverDest)
  419.         (set LibDest #HardDiskLibDest)
  420.         (set OK 0)
  421.  
  422.         (until (= OK 1)
  423.             (set DestPath
  424.                 (askdir
  425.                     (prompt #HardDiskDestChoiceMsg)
  426.                     (help #HardDiskDestChoiceHelp)
  427.                     (default MyDefault)
  428.                 )
  429.             )
  430.  
  431.             (if
  432.                 (askbool
  433.                     (prompt #HardDiskDestChoiceConfirmMsg1 DestPath #HardDiskDestChoiceConfirmMsg2)
  434.                     (help #HardDiskDestChoiceConfirmHelp)
  435.                 )
  436.                 (set OK 1)
  437.             ) ;endif
  438.  
  439.             (if (= OK 1)
  440.                 (if (exists (tackon DestPath "Wordworth")) ; if there is already a drawer named Wordworth
  441.                     (
  442.                         (if
  443.                             (askbool
  444.                                 (prompt #DrawerExistsMsg)
  445.                                 (choices #DrawerExistsChoice1 #DrawerExistsChoice2)
  446.                                 (help #DrawerExistsHelp)
  447.                                 (default 0)
  448.                             )
  449.                             ( ; [true] Lets replace it
  450.                                 (set OK 1)
  451.                             )
  452.                             ( ;else [false]
  453.                                 (set OK 0)
  454.                             )
  455.                         )
  456.                     )
  457.                 ) ;endif
  458.             )
  459.  
  460.             (if (= OK 1)
  461.                 (
  462.                     ; Multiply MB by 1024 twice to get number of bytes
  463.                     (set SpaceNeeded (* (* HDSizeNeeded 1024) 1024))
  464.                     (if (< (getdiskspace DestPath) SpaceNeeded)
  465.                         (
  466.                             (message #NoDiskSpaceMsg)
  467.                             (set OK 0)
  468.                         )
  469.                     ) ;endif
  470.                 )
  471.             ) ;endif
  472.         ) ;end until
  473.  
  474.  
  475.         (set WwDrawerDest (tackon DestPath #ProgName))
  476.  
  477.         (set #HardDiskSpellLoc
  478.         (cat (tackon WwDrawerDest #HardDiskSpellDrawerName)
  479.         ))
  480.  
  481.         (set #HardDiskIntelliLoc
  482.         (cat (tackon WwDrawerDest #HardDiskIntelliDrawerName)
  483.         ))
  484.  
  485.         (set #HardDiskClipArtLoc
  486.         (cat (tackon WwDrawerDest #HardDiskClipArtDrawerName)
  487.         ))
  488.  
  489.         (set #HardDiskDocsLoc
  490.         (cat (tackon WwDrawerDest #HardDiskDocsDrawerName)
  491.         ))
  492.  
  493.         (set #HardDiskPrefsDest
  494.         (cat (tackon WwDrawerDest "WordworthPrefs")
  495.         ))
  496.  
  497.         ; Okay to copy files
  498.         (makedir WwDrawerDest)
  499.  
  500.         (askdisk
  501.             (prompt #InsertDiskMsg #WwDiskName)
  502.             (help #diskhelp)
  503.             (dest #WwDiskName)
  504.         )
  505.  
  506.         (working
  507.             (prompt #HardDiskWorkingMsg)
  508.         )
  509.         (copyfiles
  510.             (source #WwMiscFiles)
  511.             (dest "T:")
  512.             (Pattern "writeprefs")            ; copy the prefs writing prog to ram
  513.             (nogauge)
  514.         )
  515.  
  516.         (copyfiles
  517.             (source #FontSource)
  518.             (dest FontDest)
  519.             (pattern "~(topaz)")        ; everything but topaz
  520.             (fonts)                                    ; copy Ww ...Hi fonts to system
  521.             (optional "force")            ; ignore delete protection
  522.         )
  523.  
  524.         (copyfiles
  525.             (source #LibSource)
  526.             (dest LibDest)
  527.             (pattern "WW#?")                    ; copy the Ww libraries to system
  528.         )
  529.         (copyfiles
  530.             (source #FloppyDriverSource)
  531.             (dest DriverDest)
  532.             (pattern "Generic")                ; copy the Generic driver to the system
  533.             (optional "force")
  534.         )
  535.  
  536.         (complete 15)
  537.         (makedir
  538.             (#HardDiskDocsLoc)
  539.             (infos)
  540.         )
  541.         (copyfiles
  542.             (source #DocSource)
  543.             (dest #HardDiskDocsLoc)
  544.             (infos)
  545.             (all)                                ; copy all the Docs
  546.         )
  547.         (foreach #HardDiskDocsLoc "#?"            ; for each of the docs in the drawer
  548.             (
  549.                 (tooltype
  550.                     (dest (tackon #HardDiskDocsLoc @each-name))
  551.                     (setdefaulttool "/Ww")    ; change default tool to right one
  552.                 )
  553.             )
  554.         )
  555.  
  556.         (complete 30)
  557.         (makedir
  558.             (#HardDiskClipArtLoc)
  559.             (infos)
  560.         )
  561.         (copyfiles
  562.             (source #ClipArtSource)
  563.             (dest #HardDiskClipArtLoc)
  564.             (infos)
  565.             (all)                                    ; copy all the ClipArt
  566.         )
  567.  
  568.         (copyfiles
  569.             (source (cat #WwDiskName ":"))
  570.             (dest WwDrawerDest)                ; copy all the Wordworthmenus,
  571.             (pattern #AllWwFiles )            ; messages etc. files
  572.             (optional "force")
  573.         )
  574.         (copyfiles
  575.             (source (cat #WwDiskName ":"))
  576.             (dest WwDrawerDest)                ; copy all the IconFiles
  577.             (pattern "IconFile#?")
  578.             (optional "force")
  579.         )
  580.         (copyfiles
  581.             (source (cat #WwDiskName ":"))
  582.             (dest WwDrawerDest)                ; copy the Help file
  583.             (pattern #HelpFileName)
  584.             (optional "force")
  585.         )
  586.  
  587.         (askdisk
  588.             (prompt #InsertDiskMsg #AgfaFontsDiskName)
  589.             (help #diskhelp)
  590.             (dest #AgfaFontsDiskName)
  591.         )
  592.  
  593.         (complete 40)
  594.         (makedir
  595.             (#HardDiskIntelliLoc)
  596.             (infos)
  597.         )
  598.         (copyfiles
  599.             (source #AgfaFontSource)
  600.             (dest #HardDiskIntelliLoc)                ; copy the Intellifont
  601.             (all)                                    ; drawer and contents
  602.         )
  603.         (copyfiles
  604.             (source (cat #AgfaFontsDiskName ":"))
  605.             (dest WwDrawerDest)
  606.             (infos)
  607.             (pattern "AGFAInstall")            ; copy the AGFAInstall program
  608.         )
  609.  
  610.         (askdisk
  611.             (prompt #InsertDiskMsg #WwSpellDiskName)
  612.             (help #diskhelp)
  613.             (dest #WwSpellDiskName)
  614.         )
  615.  
  616.         (complete 60)
  617.         (makedir
  618.             (#HardDiskSpellLoc)
  619.             (infos)
  620.         )
  621.         (copyfiles
  622.             (source #SpellSource)
  623.             (dest #HardDiskSpellLoc)
  624.             (infos)
  625.             (all)                                    ; copy spell drawer and stuff
  626.         )
  627.  
  628.         (askdisk
  629.             (prompt #InsertDiskMsg #WwThesDiskName)
  630.             (help #diskhelp)
  631.             (dest #WwThesDiskName)
  632.         )
  633.  
  634.         (copyfiles
  635.             (source #ThesSource)
  636.             (dest #HardDiskSpellLoc)
  637.             (pattern "Thesaurus")                                    ; copy thesaurus
  638.         )
  639.  
  640.         (complete 75)
  641.         (askdisk
  642.             (prompt #InsertDiskMsg #WwSystemDiskName)
  643.             (help #diskhelp)
  644.             (dest #WwSystemDiskName)
  645.         )
  646.  
  647.         (copyfiles
  648.             (source (cat #WwSystemDiskName ":"))
  649.             (dest WwDrawerDest)
  650.             (Pattern "Ww")                        ; copy the program
  651.             (optional "force")
  652.         )
  653.         (copyfiles
  654.             (source #WwSystemMiscFiles)
  655.             (dest WwDrawerDest)
  656.             (Pattern "Ww.info")                ; copy HD Ww infos
  657.         )
  658.         (copyfiles
  659.             (source #WwSystemMiscFiles)
  660.             (dest WwDrawerDest)
  661.             (Pattern "WordworthPrefs.info")                ; copy HD Prefs infos
  662.         )
  663.         (tooltype
  664.             (dest (tackon WwDrawerDest "WordworthPrefs"))
  665.             (setdefaulttool "Ww")            ; make sure default tool is right
  666.         )
  667.  
  668.         (copyfiles
  669.             (source #WwSystemMiscFiles)
  670.             (dest DestPath)
  671.             (pattern "Wordworth.info")
  672.         )                                                        ; copy wordworth drawer info
  673.         (tooltype
  674.             (dest (tackon DestPath "Wordworth"))
  675.             (noposition)                            ; make drawer icon 'floating'
  676.         )
  677.  
  678.  
  679.         (set DictLoc #HardDiskSpellLoc)
  680.         (set ThesLoc #HardDiskSpellLoc)
  681.         (set PrefsDest #HardDiskPrefsDest)
  682.  
  683.         (set @default-dest DestPath)
  684.  
  685.       (complete 80)
  686.     ) ;end InstallHD
  687. ) ;endif
  688.  
  689.  
  690.  
  691. ; INSTALL PRINTER
  692.  
  693. ; Get Users Printer Choice
  694. (askdisk
  695.     (prompt #InsertDiskMsg #WwSystemDiskName)
  696.     (help #diskhelp)
  697.     (dest #WwSystemDiskName)
  698. )
  699.  
  700. (set ChosenDriver "Generic")
  701.  
  702. (run "WwSystem:select WwSystem:WwPrinterList")
  703.  
  704. (set ChosenDriver (getenv "wwDriver"))
  705. (set TopBord (getenv "wwTop"))
  706. (set BotBord (getenv "wwBottom"))
  707. (set LeftBord (getenv "wwLeft"))
  708. (set RightBord (getenv "wwRight"))
  709.  
  710.  
  711. (complete 85)
  712. ; copy appropriate driver to destination
  713. ; Is it a driver we supply?
  714. ; If yes, get driver from Wordworth disk set,
  715. ; else get from Workbench Storage disks
  716. ; Ignore if a Postscript printer
  717.  
  718.  
  719. (if (= FontDest #FloppyFontDest)
  720.     (askdisk
  721.         (prompt #InsertDiskMsg #WwDiskName)
  722.         (help #diskhelp)
  723.         (dest #WwDiskName)
  724.     )
  725. )
  726. (if (NOT (= ChosenDriver "NoDriver"))
  727.     (
  728.         (if (NOT (= ChosenDriver "PostScript"))
  729.             (
  730.                 ; Get drivers from Wordworth disks
  731.                 (set SourcePath #WwSystemMiscFiles)
  732.  
  733.                 (if (NOT (= ChosenDriver "CanonBJ130"))
  734.                     (if (NOT (= ChosenDriver "CanonEpson"))
  735.                         (
  736.                             ; All other drivers from Workbench disks
  737.                             (set SourcePath #AmigaDriverSource)
  738.                         )
  739.                     )
  740.                 )
  741.             ) ;end compound if
  742.         ) ; end if not postscript
  743.     ) ;end compound if
  744. )
  745.  
  746. ; copy driver if not Postscript, not NoDriver and not already exists
  747. (if (NOT (= ChosenDriver "NoDriver"))
  748.     (
  749.         (if (NOT (exists (tackon DriverDest ChosenDriver)))
  750.             (
  751.                 (if (= SourcePath #AmigaDriverSource)
  752.                     (askdisk
  753.                         (prompt #InsertAmigaDiskMsg #AmigaDriverDiskName)
  754.                         (help #diskhelp)
  755.                         (dest #AmigaDriverDiskName)
  756.                     )
  757.                 )    ; end compound true
  758.  
  759.                 (copyfiles
  760.                     (source SourcePath)
  761.                     (dest "T:")
  762.                     (pattern ChosenDriver)
  763.                     (nogauge)
  764.                 ) ; end compound false
  765.             ) ; end if
  766.         ) ; endif
  767.     )    ; end compound true
  768. ) ; end if
  769.  
  770. (complete 90)
  771. ; Now copy fonts to T:
  772. (makedir "T:WwFonts")
  773.  
  774. (if (= FontDest #FloppyFontDest)
  775.     (askdisk
  776.         (prompt #InsertDiskMsg #WwDiskName)
  777.         (help #diskhelp)
  778.         (dest #WwDiskName)
  779.     )
  780. )
  781.  
  782. (if (exists "ram:script")
  783.     (
  784.         (execute "ram:script")
  785.  
  786.         ; Now copy fonts in T: to the system fonts drawer
  787.         (copyfiles
  788.             (source "T:WwFonts")
  789.             (dest FontDest)
  790.             (all)
  791.         )
  792.     )
  793. )
  794.  
  795. (if (exists (tackon "T:" ChosenDriver))
  796.     (copyfiles
  797.         (source "T:")
  798.         (dest DriverDest)
  799.         (pattern ChosenDriver)
  800.     )
  801. )
  802.  
  803. ; Lets write Generic driver if NoDriver given
  804. (if (= ChosenDriver "NoDriver")
  805.     (set ChosenDriver "Generic")
  806. )
  807.  
  808. ; Lets set the WordworthPrefs file
  809. (run
  810. (cat "T:writeprefs \"" PrefsDest "\" \"" DictLoc "\" \"" ThesLoc "\" \"" ChosenDriver "\" \"" TopBord "\" \"" BotBord "\" \"" LeftBord "\" \"" RightBord "\""
  811. ))
  812.  
  813. (if (= FontDest #FloppyFontDest)
  814.     (message #FloppyFinishedMsg)
  815. )
  816.  
  817. ;clean up ram disk
  818. (delete "RAM:script")
  819. (run "delete T:#? all")
  820.  
  821.  
  822. (complete 100)
  823. (message #ImportantFinishedMsg)
  824. (exit)